|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.framework.common.commands.ControllerCommand
org.eclipse.vtp.framework.common.commands.ForwardCommand
public final class ForwardCommand
A command that tells the process engine to terminate the current process and pass control to another process.
| Constructor Summary | |
|---|---|
ForwardCommand()
Creates a new ForwardCommand. |
|
| Method Summary | |
|---|---|
java.lang.Object |
exportContents()
Exports the contents of this command to a simple structure of arrays and serializable values from java.lang. |
java.lang.String |
getgVariableValue(java.lang.String targetVariableName)
Returns the name of the variable in the current process that will be set as the specified variable in the target process. |
java.lang.String |
getTargetProcessURI()
Returns the URI identifying the process to transfer control to. |
java.lang.String[] |
getVariableNames()
Returns the names of the variables that will be passed to the target process. |
void |
importContents(java.lang.Object contents)
Configures the contents of this command with a structure previously returned from ICommand.exportContents(). |
void |
setTargetProcessURI(java.lang.String targetProcessURI)
Sets the URI identifying the process to transfer control to. |
void |
setVariableValue(java.lang.String targetVariableName,
java.lang.String localVariableName)
Sets the name of the variable in the current process that will be set as the specified variable in the target process. |
| Methods inherited from class org.eclipse.vtp.framework.common.commands.ControllerCommand |
|---|
accept |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ForwardCommand()
| Method Detail |
|---|
public java.lang.String getTargetProcessURI()
public void setTargetProcessURI(java.lang.String targetProcessURI)
targetProcessURI - The URI identifying the process to transfer control
to.public java.lang.String[] getVariableNames()
public java.lang.String getgVariableValue(java.lang.String targetVariableName)
targetVariableName - The name of the variable in the target process.
public void setVariableValue(java.lang.String targetVariableName,
java.lang.String localVariableName)
targetVariableName - The name of the variable in the target process.localVariableName - The name of the variable in the current process to
pass to the target process.public java.lang.Object exportContents()
ICommandjava.lang.
public void importContents(java.lang.Object contents)
ICommandICommand.exportContents().
contents - The exported contents structure to load from.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||